home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETPRISM.IN_ / netprism.inf
Encoding:
INI File  |  2003-03-24  |  9.2 KB  |  215 lines

  1. ; NETPRISM.INF
  2. ;
  3. ; Intersil 802.11 Wireless LAN Adapters.
  4. ; Copyright (c) 2002 Microsoft Corporation
  5.  
  6. [Version]
  7. Signature           = "$Windows NT$"
  8. Class               = Net
  9. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  10. Provider            = %MSFT%
  11. LayoutFile          = layout.inf
  12. DriverVer=10/01/2002,2.0.10.117
  13.  
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect   = *
  17.  
  18. [Manufacturer]
  19. %Linksys%      = Linksys
  20. %Netgear%      = Netgear
  21. %D-Link%       = D-Link
  22. %SMC%          = SMC
  23. %Contec%       = Contec
  24.  
  25. [Linksys]
  26. %LINKSYSWPC11.DeviceDesc%    = PRISM_PCMCIA, PCMCIA\Instant_Wireless_-_Network_PC_CARD-317F
  27. %LINKSYSWPC0B.DeviceDesc%    = PRISM_PCMCIA, PCMCIA\THE_LINKSYS_GROUP__INC.-INSTANT_WIRELESS_NETWORK_PC_CARD-0C0B
  28. %LINKSYSWPPCI.DeviceDesc%    = PRISM_PCI,    PCI\VEN_1260&DEV_3873&SUBSYS_38741737
  29.  
  30. [Netgear]
  31. %NETGEARMA401.DeviceDesc%    = PRISM_PCMCIA, PCMCIA\NETGEAR_MA401_Wireless_PC-Card-FBDB
  32. %NETGEAR401RA.DeviceDesc%    = PRISM_PCMCIA, PCMCIA\NETGEAR_MA401RA_WIRELESS_PC-CARD-5CA0
  33.  
  34. [D-Link]
  35. %DLINK650.DeviceDesc%        = PRISM_PCMCIA, PCMCIA\D-Link_DWL-650_11Mbps_WLAN_Card-F360
  36.  
  37. [SMC]
  38. %SMC2632W.DeviceDesc%        = PRISM_PCMCIA, PCMCIA\SMC-SMC2632W-AF67
  39.  
  40. [Contec]
  41. %ContecDS110.DeviceDesc%     = PRISM_PCMCIA, PCMCIA\CONTEC-FLEXLAN/FX-DS110-PCC-E7D9
  42.  
  43.  
  44. ;----------------------------------------------------------------------------------------
  45. [PRISM_PCMCIA]
  46. AddReg          = COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
  47. CopyFiles       = PRISM_DRIVER.copy
  48. BusType         = 8
  49. Characteristics = 0x84  ; NCF_PHYSICAL | NCF_HAS_UI
  50.  
  51. [PRISM_PCMCIA.Services]
  52. AddService      = ISLP2, 2, PRISM_DRIVER.Service, PRISM_DRIVER.EventLog
  53.  
  54.  
  55. ;---------------------------------------------------------------------------------
  56. [PRISM_PCI]
  57. AddReg          = COMMON_PCI.reg, COMMON_NDIS.reg.NT, COMMON.reg
  58. CopyFiles       = PRISM_DRIVER.copy
  59. BusType         = 5     ; PCI
  60. Characteristics = 0x84  ; NCF_PHYSICAL | NCF_HAS_UI
  61.  
  62. [PRISM_PCI.Services]
  63. AddService      = "ISLP2", 2, PRISM_DRIVER.Service, PRISM_DRIVER.EventLog
  64.  
  65.  
  66. ;--------------------------------------------------------------------------------
  67. [PRISM_DRIVER.Service]
  68. DisplayName    = %PRISM_SERVICE_DISPLAY%
  69. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  70. StartType      = 3 ;%SERVICE_DEMAND_START%
  71. ErrorControl   = 1 ;%SERVICE_ERROR_NORMAL%
  72. ServiceBinary  = %12%\islp2nds.sys
  73. LoadOrderGroup = NDIS
  74.  
  75. [PRISM_DRIVER.EventLog]
  76. AddReg         = PRISM_DRIVER.EventLog.reg
  77.  
  78.  
  79. ;-------------------------------------------------------------------------------
  80. ; Registry Entries
  81.  
  82. [PRISM_DRIVER.EventLog.reg]
  83. HKR,,       EventMessageFile,       0x00020000,     "%%SystemRoot%%\System32\netevent.dll"
  84. HKR,,       TypesSupported,         0x00010001,     7
  85.  
  86. [COMMON_PCMCIA.reg]
  87. HKR,NDI,                            Service,                0,      "ISLP2"
  88. HKR,NDI,                            CardType,               0,      "PCMCIA"
  89. HKR,,                               BusType,                0,      "8"
  90. HKR,,                               DeviceVxDs,             0,      "islp2nds.sys"
  91. HKR,,                               EnableIRQSharing,       1,      01,00,00,00
  92. HKR,,                               IOBaseAddress,          1,      02,00,00,00
  93. HKR,,                               InterruptNumber,        1,      04,00,00,00
  94.  
  95. [COMMON_PCI.reg]
  96. HKR,NDI,                            Service,                0,      "ISLP2"
  97. HKR,NDI,                            CardType,               0,      "PCI"
  98. HKR,,                               BusType,                0,      "5"
  99. HKR,,                               DeviceVxDs,             0,      "islp2nds.sys"
  100. HKR,,                               EnableIRQSharing,       1,      01,00,00,00
  101. HKR,,                               IOBaseAddress,          1,      02,00,00,00
  102. HKR,,                               InterruptNumber,        1,      04,00,00,00
  103.  
  104. [COMMON_NDIS.reg.NT]
  105. HKR,NDI\Interfaces,                 UpperRange,             0,      "ndis5"
  106. HKR,NDI\Interfaces,                 LowerRange,             0,      "ethernet"
  107.  
  108. HKR,defaults,                       PSMode,                 0,      1
  109. HKR,Ndi\params\PSMode,              default,                0,      1
  110. HKR,NDI\params\PSMode,              ParamDesc,              0,      %POWER_SAVE_STR%
  111. HKR,NDI\params\PSMode,              type,                   0,      enum
  112. HKR,NDI\params\PSMode\enum,         1,                      0,      %Disable%
  113. HKR,NDI\params\PSMode\enum,         2,                      0,      %AlwaysEnable%
  114. HKR,NDI\params\PSMode\enum,         3,                      0,      %AutoEnable%
  115.  
  116. [COMMON.reg]
  117. HKR,,                               ISLP2IOC,               0,      "1"
  118. HKR,,                               SilentInstall,          0,      "1"
  119. HKR,,                               LoadFirmware,           0,      "1"
  120. HKR,,                               ListenInterval,         0,      "3"
  121. HKR,,                               AuthentAlg,             0,      "65535" 
  122. HKR,,                               AdhocDemoMode,          0,      "0"
  123.  
  124. HKR,defaults,                       RTSThresh,              0,      2432
  125. HKR,Ndi\params\RTSThresh,           default,                0,      2432
  126. HKR,NDI\params\RTSThresh,           ParamDesc,              0,      %RTSTHRESH_STR%
  127. HKR,NDI\params\RTSThresh,           type,                   0,      int
  128. HKR,NDI\params\RTSThresh,           min,                    0,      0
  129. HKR,NDI\params\RTSThresh,           max,                    0,      2432
  130. HKR,NDI\params\RTSThresh,           step,                   0,      64
  131. HKR,NDI\params\RTSThresh,           optional,               0,      1
  132.  
  133. HKR,defaults,                       FragThresh,             0,      2432
  134. HKR,Ndi\params\FragThresh,          default,                0,      2432
  135. HKR,NDI\params\FragThresh,          ParamDesc,              0,      %FRAGTHRESH_STR%
  136. HKR,NDI\params\FragThresh,          type,                   0,      int
  137. HKR,NDI\params\FragThresh,          min,                    0,      256
  138. HKR,NDI\params\FragThresh,          max,                    0,      2432
  139. HKR,NDI\params\FragThresh,          step,                   0,      128
  140. HKR,NDI\params\FragThresh,          optional,               0,      1
  141.  
  142. HKR,defaults,                       PreambleMode,           0,      1
  143. HKR,Ndi\params\PreambleMode,        default,                0,      1
  144. HKR,NDI\params\PreambleMode,        ParamDesc,              0,      %SHORT_PREAM_STR%
  145. HKR,NDI\params\PreambleMode,        type,                   0,      enum
  146. HKR,NDI\params\PreambleMode\enum,   1,                      0,      %LongTxPreamble%
  147. HKR,NDI\params\PreambleMode\enum,   2,                      0,      %ShortTxPreamble%
  148. HKR,NDI\params\PreambleMode\enum,   3,                      0,      %AutoTxPreamble%
  149. HKR,NDI\params\PreambleMode,        optional,               0,      1
  150.  
  151. HKR,defaults,                       PDwellTime,             0,      120
  152. HKR,Ndi\params\PDwellTime,          default,                0,      120
  153. HKR,NDI\params\PDwellTime,          ParamDesc,              0,      %PDWELL_STR%
  154. HKR,NDI\params\PDwellTime,          type,                   0,      int
  155. HKR,NDI\params\PDwellTime,          min,                    0,      0
  156. HKR,NDI\params\PDwellTime,          max,                    0,      1000
  157. HKR,NDI\params\PDwellTime,          step,                   0,      10
  158. HKR,NDI\params\PDwellTime,          optional,               0,      1
  159.  
  160. ;---------------------------------------------------------------------
  161. ;   Destination Dirs
  162.  
  163. [DestinationDirs]
  164. DefaultDestDir          = 12
  165. PRISM_DRIVER.copy       = 12
  166.  
  167. [PRISM_DRIVER.copy]
  168. islp2nds.sys,,,2
  169.  
  170.  
  171. ;----------------------------------------------------------------------------
  172. ;   Localizable Strings
  173.  
  174. [Strings]
  175.  
  176. MSFT                       = "Microsoft"
  177. Linksys                    = "Linksys"
  178. Netgear                    = "Netgear"
  179. D-Link                     = "D-Link"
  180. SMC                        = "SMC"
  181. Contec                     = "Contec"
  182.  
  183. LINKSYSWPC11.DeviceDesc    = "Linksys WPC11 Instant Wireless Network PC Card"
  184. LINKSYSWPC0B.DeviceDesc    = "Linksys Instant Wireless Network PC Card V3.0"
  185. LINKSYSWPPCI.DeviceDesc    = "Linksys Instant Wireless PCI Card"
  186.  
  187. NETGEARMA401.DeviceDesc    = "Netgear MA401 802.11b Wireless PC Card"
  188. NETGEAR401RA.DeviceDesc    = "Netgear MA401 Wireless PC Card"
  189.  
  190. DLINK650.DeviceDesc        = "D-Link DWL-650 11Mbps WLAN Card"
  191.  
  192. SMC2632W.DeviceDesc        = "SMC SMC2632W EZ Connect Wireless PC Card (5-Volt)"
  193.  
  194. ContecDS110.DeviceDesc     = "Contec Flexlan-DS110 WLAN PC Card"
  195.  
  196. PRISM_SERVICE_DISPLAY      = "Intersil 802.11 Wireless LAN Driver"
  197. PRISM_USB_SERVICE_DISPLAY  = "Intersil 802.11 Wireless LAN USB Driver"
  198.  
  199. POWER_SAVE_STR             = "Power Save Mode"
  200. Disable                    = "Disable"
  201. AlwaysEnable               = "Always Enable"
  202. AutoEnable                 = "Auto Enable"
  203.  
  204. RTSTHRESH_STR              = "RTS Threshold"
  205.  
  206. FRAGTHRESH_STR             = "Fragmentation Threshold"
  207.  
  208. SHORT_PREAM_STR            = "Preamble Mode"
  209. LongTxPreamble             = "Long Tx Preamble"
  210. ShortTxPreamble            = "Short Tx Preamble"
  211. AutoTxPreamble             = "Auto Tx Preamble"
  212.  
  213. PDWELL_STR                 = "Passive Scan Dwell Time"
  214.  
  215.